ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.TransposedMultiRow Assembly / C1.Web.Mvc.TransposedMultiRow Namespace / TransposedMultiRow<T> Class / GroupSummaryPosition Property

In This Topic
    GroupSummaryPosition Property (TransposedMultiRow<T>)
    In This Topic
    Gets or sets a value that determines the position of group summary row in the group. This property does not work if ChildItemsPath property is set.
    Syntax
    'Declaration
     
    Public Overridable Property GroupSummaryPosition As GroupSummaryPosition
    public virtual GroupSummaryPosition GroupSummaryPosition {get; set;}
    See Also